fmt.fmt.pad (method)
12 uses
fmt (current package)
format.go#L90: func (f *fmt) pad(b []byte) {
format.go#L189: f.pad(buf[i:])
format.go#L319: f.pad(buf[i:])
format.go#L365: f.pad(b)
format.go#L455: f.pad(strconv.AppendQuoteToASCII(buf, s))
format.go#L457: f.pad(strconv.AppendQuote(buf, s))
format.go#L471: f.pad(utf8.AppendRune(buf, r))
format.go#L483: f.pad(strconv.AppendQuoteRuneToASCII(buf, r))
format.go#L485: f.pad(strconv.AppendQuoteRune(buf, r))
format.go#L517: f.pad(num)
format.go#L589: f.pad(num)
format.go#L593: f.pad(num[1:])
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |